Click or drag to resize

ServiceGetTask Method (ItemId, ShapeType)

Gets a task.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Task GetTask(
	ItemId itemId,
	ShapeType shapeType
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to return.
shapeType
Type: Independentsoft.ExchangeShapeType
The set of properties to return.

Return Value

Type: Task
Task.
See Also